Skip to content

Commit

Permalink
Bump io.ktor:ktor-client-core-jvm
Browse files Browse the repository at this point in the history
Bumps the maven group with 1 update in the /backend directory: [io.ktor:ktor-client-core-jvm](https://github.com/ktorio/ktor).


Updates `io.ktor:ktor-client-core-jvm` from 2.3.3 to 3.0.0
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.3...3.0.0)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-core-jvm
  dependency-type: direct:production
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent c59e2a0 commit 391301b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<spring.version>${project.parent.version}</spring.version>
<kotlin.version>1.9.10</kotlin.version>
<testcontainers.version>1.19.1</testcontainers.version>
<ktor.version>2.3.3</ktor.version>
<ktor.version>3.0.0</ktor.version>
<sentry.version>6.32.0</sentry.version>
<commit.hash>COMMIT_TO_CHANGE</commit.hash>
<main.class>fr.gouv.cnsp.monitorfish.MonitorFishApplicationKt</main.class>
Expand Down

0 comments on commit 391301b

Please sign in to comment.