Skip to content

Commit 4c281d4

Browse files
authored
Merge branch 'master' into master
2 parents 70b45ad + 3037b5f commit 4c281d4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.testng</groupId>
3838
<artifactId>testng</artifactId>
39-
<version>7.4.0</version>
39+
<version>7.5</version>
4040
<scope>test</scope>
4141
</dependency>
4242

@@ -93,7 +93,7 @@
9393
<plugin>
9494
<groupId>org.apache.maven.plugins</groupId>
9595
<artifactId>maven-compiler-plugin</artifactId>
96-
<version>3.8.1</version>
96+
<version>3.9.0</version>
9797
</plugin>
9898

9999
<plugin>

sdk1/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<properties>
124124
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
125125
<sqlite4java.version>1.0.392</sqlite4java.version>
126-
<checkstyle.version>9.2.1</checkstyle.version>
126+
<checkstyle.version>9.3</checkstyle.version>
127127
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
128128
<jacoco-maven-plugin.version>0.8.7</jacoco-maven-plugin.version>
129129
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
@@ -149,7 +149,7 @@
149149
<dependency>
150150
<groupId>com.amazonaws</groupId>
151151
<artifactId>aws-java-sdk-bom</artifactId>
152-
<version>1.12.131</version>
152+
<version>1.12.151</version>
153153
<type>pom</type>
154154
<scope>import</scope>
155155
</dependency>
@@ -170,7 +170,7 @@
170170
<dependency>
171171
<groupId>org.testng</groupId>
172172
<artifactId>testng</artifactId>
173-
<version>7.4.0</version>
173+
<version>7.5</version>
174174
<scope>test</scope>
175175
</dependency>
176176

@@ -283,7 +283,7 @@
283283
<plugin>
284284
<groupId>org.apache.maven.plugins</groupId>
285285
<artifactId>maven-compiler-plugin</artifactId>
286-
<version>3.8.1</version>
286+
<version>3.9.0</version>
287287
<configuration>
288288
<source>1.8</source>
289289
<target>1.8</target>

0 commit comments

Comments
 (0)