Skip to content

Commit ffab6b1

Browse files
build(deps): bump maven-compiler-plugin from 3.8.0 to 3.8.1
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.8.0...maven-compiler-plugin-3.8.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7f2c513 commit ffab6b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>org.apache.maven.plugins</groupId>
9292
<artifactId>maven-compiler-plugin</artifactId>
93-
<version>3.8.0</version>
93+
<version>3.8.1</version>
9494
<configuration>
9595
<source>1.8</source>
9696
<target>1.8</target>

sdk1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
<dependency>
237237
<groupId>com.fasterxml.jackson.core</groupId>
238238
<artifactId>jackson-annotations</artifactId>
239-
<version>2.13.0</version>
239+
<version>2.13.1</version>
240240
<scope>test</scope>
241241
</dependency>
242242

@@ -276,7 +276,7 @@
276276
<plugin>
277277
<groupId>org.apache.maven.plugins</groupId>
278278
<artifactId>maven-compiler-plugin</artifactId>
279-
<version>3.8.0</version>
279+
<version>3.8.1</version>
280280
<configuration>
281281
<source>1.8</source>
282282
<target>1.8</target>

0 commit comments

Comments
 (0)