Skip to content

Commit 743624d

Browse files
Bump the backend-prod group across 3 directories with 4 updates
Bumps the backend-prod group with 4 updates in the / directory: [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin), [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text), [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) and [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin). Bumps the backend-prod group with 2 updates in the /client directory: [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) and [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin). Bumps the backend-prod group with 3 updates in the /server directory: [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin), [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) and [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco). Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to 3.14.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.0) Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.11.3 to 2.18.3 - [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.11.3...jackson-dataformats-text-2.18.3) Updates `org.jacoco:jacoco-maven-plugin` from 0.8.12 to 0.8.13 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.12...v0.8.13) Updates `org.codehaus.mojo:exec-maven-plugin` from 3.1.0 to 3.5.0 - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](mojohaus/exec-maven-plugin@exec-maven-plugin-3.1.0...3.5.0) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to 3.14.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.0) Updates `org.codehaus.mojo:exec-maven-plugin` from 3.1.0 to 3.5.0 - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](mojohaus/exec-maven-plugin@exec-maven-plugin-3.1.0...3.5.0) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to 3.14.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.0) Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.11.3 to 2.18.3 - [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.11.3...jackson-dataformats-text-2.18.3) Updates `org.jacoco:jacoco-maven-plugin` from 0.8.12 to 0.8.13 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.12...v0.8.13) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-prod - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-version: 2.18.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-prod - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-prod - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-prod - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-prod - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-prod - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-prod - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-version: 2.18.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-prod - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-prod ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7034738 commit 743624d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<plugin>
1616
<groupId>org.codehaus.mojo</groupId>
1717
<artifactId>exec-maven-plugin</artifactId>
18-
<version>3.1.0</version>
18+
<version>3.5.0</version>
1919
<executions>
2020
<execution>
2121
<goals>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<plugin>
3131
<groupId>org.apache.maven.plugins</groupId>
3232
<artifactId>maven-compiler-plugin</artifactId>
33-
<version>3.13.0</version>
33+
<version>3.14.0</version>
3434
<configuration>
3535
<release>21</release>
3636
</configuration>

server/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>com.fasterxml.jackson.dataformat</groupId>
4545
<artifactId>jackson-dataformat-yaml</artifactId>
46-
<version>2.11.3</version>
46+
<version>2.18.3</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>com.queue-it.connector</groupId>
@@ -135,7 +135,7 @@
135135
<plugin>
136136
<groupId>org.apache.maven.plugins</groupId>
137137
<artifactId>maven-compiler-plugin</artifactId>
138-
<version>3.13.0</version>
138+
<version>3.14.0</version>
139139
<configuration>
140140
<release>21</release>
141141
</configuration>
@@ -171,7 +171,7 @@
171171
<plugin>
172172
<groupId>org.jacoco</groupId>
173173
<artifactId>jacoco-maven-plugin</artifactId>
174-
<version>0.8.12</version>
174+
<version>0.8.13</version>
175175
<executions>
176176
<execution>
177177
<goals>

0 commit comments

Comments
 (0)