File tree 3 files changed +4
-4
lines changed
examples/powertools-examples-batch
powertools-logging/powertools-logging-logback
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
<maven .compiler.source>11</maven .compiler.source>
15
15
<maven .compiler.target>11</maven .compiler.target>
16
16
<aspectj .version>1.9.20.1</aspectj .version>
17
- <sdk .version>2.25.21 </sdk .version>
17
+ <sdk .version>2.25.26 </sdk .version>
18
18
</properties >
19
19
20
20
<dependencies >
Original file line number Diff line number Diff line change 87
87
<maven-javadoc-plugin .version>3.6.3</maven-javadoc-plugin .version>
88
88
<maven-source-plugin .version>3.3.0</maven-source-plugin .version>
89
89
<maven-gpg-plugin .version>3.1.0</maven-gpg-plugin .version>
90
- <junit .version>5.10.0 </junit .version>
90
+ <junit .version>5.10.2 </junit .version>
91
91
<aws-embedded-metrics .version>1.0.6</aws-embedded-metrics .version>
92
92
<jmespath .version>0.6.0</jmespath .version>
93
93
<elastic .version>1.6.0</elastic .version>
517
517
<plugin >
518
518
<groupId >com.github.spotbugs</groupId >
519
519
<artifactId >spotbugs-maven-plugin</artifactId >
520
- <version >4.7.3.6 </version >
520
+ <version >4.8.4.0 </version >
521
521
<executions >
522
522
<execution >
523
523
<id >test</id >
Original file line number Diff line number Diff line change 29
29
<groupId >ch.qos.logback</groupId >
30
30
<artifactId >logback-classic</artifactId >
31
31
<!-- TODO: use 1.4 if we remove JDK 1.8 support -->
32
- <version >1.3.4 </version > <!-- v1.3.x compatible with JDK 1.8, v1.4.x only compatible with JDK 11 -->
32
+ <version >1.5.5 </version > <!-- v1.3.x compatible with JDK 1.8, v1.4.x only compatible with JDK 11 -->
33
33
<scope >provided</scope > <!-- provided to let users change to 1.4.x when using JDK 11 -->
34
34
<exclusions >
35
35
<exclusion >
You can’t perform that action at this time.
0 commit comments