Skip to content

Commit

Permalink
[misc] Bump the prod-deps group with 2 updates (#507)
Browse files Browse the repository at this point in the history
Bumps the prod-deps group with 2 updates: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin).


Updates `ch.qos.logback:logback-classic` from 1.5.0 to 1.5.3
- [Commits](qos-ch/logback@v_1.5.0...v_1.5.3)

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.12.1 to 3.13.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.12.1...maven-compiler-plugin-3.13.0)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 6, 2024
1 parent 5ef1954 commit 29f187f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>0.5.0-SNAPSHOT</version>

<properties>
<maven-compiler-plugin-version>3.12.1</maven-compiler-plugin-version>
<maven-compiler-plugin-version>3.13.0</maven-compiler-plugin-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<kotlin.version>1.7.10</kotlin.version>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.0</version>
<version>1.5.3</version>
</dependency>

<!-- cli -->
Expand Down

0 comments on commit 29f187f

Please sign in to comment.