Skip to content

Commit 3d81234

Browse files
Build(deps): Bump org.apache.maven.plugins:maven-compiler-plugin (#891)
Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.14.0 to 3.14.1. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.14.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 339396a commit 3d81234

File tree

4 files changed

+4
-4
lines changed
  • basyx.aasdiscoveryservice
    • basyx.aasdiscoveryservice-backend-h2
    • basyx.aasdiscoveryservice-backend-mongodb
    • basyx.aasdiscoveryservice-core

4 files changed

+4
-4
lines changed

basyx.aasdiscoveryservice/basyx.aasdiscoveryservice-backend-h2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<plugin>
7373
<groupId>org.apache.maven.plugins</groupId>
7474
<artifactId>maven-compiler-plugin</artifactId>
75-
<version>3.14.0</version>
75+
<version>3.14.1</version>
7676
<configuration>
7777
<source>${java.version}</source>
7878
<target>${java.version}</target>

basyx.aasdiscoveryservice/basyx.aasdiscoveryservice-backend-mongodb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-compiler-plugin</artifactId>
80-
<version>3.14.0</version>
80+
<version>3.14.1</version>
8181
<configuration>
8282
<source>${java.version}</source>
8383
<target>${java.version}</target>

basyx.aasdiscoveryservice/basyx.aasdiscoveryservice-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<plugin>
3838
<groupId>org.apache.maven.plugins</groupId>
3939
<artifactId>maven-compiler-plugin</artifactId>
40-
<version>3.14.0</version>
40+
<version>3.14.1</version>
4141
<configuration>
4242
<source>${java.version}</source>
4343
<target>${java.version}</target>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,7 @@
15641564
<plugin>
15651565
<groupId>org.apache.maven.plugins</groupId>
15661566
<artifactId>maven-compiler-plugin</artifactId>
1567-
<version>3.14.0</version>
1567+
<version>3.14.1</version>
15681568
<configuration>
15691569
<source>${java.version}</source>
15701570
<target>${java.version}</target>

0 commit comments

Comments
 (0)