File tree Expand file tree Collapse file tree 2 files changed +18
-10
lines changed Expand file tree Collapse file tree 2 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 99 steps :
1010 - uses : actions/checkout@v3
1111
12- - name : Set up JDK 18
13- uses : actions/setup-java@v3
12+ - name : Set up JDK 19
13+ uses : oracle- actions/setup-java@v1
1414 with :
15- java-version : ' 18 '
16- distribution : ' adopt '
15+ website : jdk.java.net
16+ release : 19
1717
1818 - name : Build with Maven
1919 run : mvn clean install -B
@@ -29,11 +29,11 @@ jobs:
2929 steps :
3030 - uses : actions/checkout@v3
3131
32- - name : Set up JDK 18
33- uses : actions/setup-java@v3
32+ - name : Set up JDK 19
33+ uses : oracle- actions/setup-java@v1
3434 with :
35- java-version : ' 18 '
36- distribution : ' adopt '
35+ website : jdk.java.net
36+ release : 19
3737
3838 - name : Determine version
3939 run : echo "POM_VERSION=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec | sed -e 's/-SNAPSHOT//')" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 3737 <maven .compiler.release>8</maven .compiler.release>
3838
3939 <!-- Dependency versions -->
40- <spring-boot .version>2.7.3 </spring-boot .version>
40+ <spring-boot .version>2.7.4 </spring-boot .version>
4141 <spt-cid .version>2.0.11</spt-cid .version>
42- <spt-logging-spring .version>2.0.6 </spt-logging-spring .version>
42+ <spt-logging-spring .version>2.0.7 </spt-logging-spring .version>
4343
4444 <!-- Plugin versions -->
4545 <checkstyle-maven-plugin .version>3.1.2</checkstyle-maven-plugin .version>
180180 <groupId >com.github.spotbugs</groupId >
181181 <artifactId >spotbugs-maven-plugin</artifactId >
182182 <version >${spotbugs.version} </version >
183+ <dependencies >
184+ <!-- Overriding the default analyzer version, to support JDK 19 -->
185+ <dependency >
186+ <groupId >org.ow2.asm</groupId >
187+ <artifactId >asm</artifactId >
188+ <version >${asm.version} </version >
189+ </dependency >
190+ </dependencies >
183191 <configuration >
184192 <effort >Max</effort >
185193 <threshold >Low</threshold >
You can’t perform that action at this time.
0 commit comments