Skip to content

Commit a51de76

Browse files
Build(deps): Bump org.apache.maven.plugins:maven-compiler-plugin (#993)
Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.14.1 to 3.15.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.1...maven-compiler-plugin-3.15.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f20e94d commit a51de76

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • basyx.aasdiscoveryservice
    • basyx.aasdiscoveryservice-backend-h2
    • basyx.aasdiscoveryservice-backend-mongodb
    • basyx.aasdiscoveryservice-core

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.1</version>
75+
<version>3.15.0</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.1</version>
80+
<version>3.15.0</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.1</version>
40+
<version>3.15.0</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
@@ -1578,7 +1578,7 @@
15781578
<plugin>
15791579
<groupId>org.apache.maven.plugins</groupId>
15801580
<artifactId>maven-compiler-plugin</artifactId>
1581-
<version>3.14.1</version>
1581+
<version>3.15.0</version>
15821582
<configuration>
15831583
<source>${java.version}</source>
15841584
<target>${java.version}</target>

0 commit comments

Comments
 (0)