Skip to content

Commit d60a888

Browse files
authored
Merge branch 'v2' into feat/parallel-batch
2 parents 860d464 + 4cd8f70 commit d60a888

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/powertools-examples-batch/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<maven.compiler.source>11</maven.compiler.source>
1515
<maven.compiler.target>11</maven.compiler.target>
1616
<aspectj.version>1.9.20.1</aspectj.version>
17-
<sdk.version>2.25.21</sdk.version>
17+
<sdk.version>2.25.26</sdk.version>
1818
</properties>
1919

2020
<dependencies>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>
8888
<maven-source-plugin.version>3.3.0</maven-source-plugin.version>
8989
<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>
9191
<aws-embedded-metrics.version>1.0.6</aws-embedded-metrics.version>
9292
<jmespath.version>0.6.0</jmespath.version>
9393
<elastic.version>1.6.0</elastic.version>
@@ -517,7 +517,7 @@
517517
<plugin>
518518
<groupId>com.github.spotbugs</groupId>
519519
<artifactId>spotbugs-maven-plugin</artifactId>
520-
<version>4.7.3.6</version>
520+
<version>4.8.4.0</version>
521521
<executions>
522522
<execution>
523523
<id>test</id>

powertools-logging/powertools-logging-logback/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<groupId>ch.qos.logback</groupId>
3030
<artifactId>logback-classic</artifactId>
3131
<!-- 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 -->
3333
<scope>provided</scope> <!-- provided to let users change to 1.4.x when using JDK 11 -->
3434
<exclusions>
3535
<exclusion>

0 commit comments

Comments
 (0)