Skip to content

Commit

Permalink
[dependency] Bump kotlin.version from 2.0.21 to 2.1.0 (#622)
Browse files Browse the repository at this point in the history
* [dependency] Bump kotlin.version from 2.0.21 to 2.1.0

Bumps `kotlin.version` from 2.0.21 to 2.1.0.

Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21...v2.1.0)

Updates `org.jetbrains.kotlin:kotlin-test-junit5` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21...v2.1.0)

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 2.0.21 to 2.1.0

Updates `org.jetbrains.kotlin:kotlin-maven-noarg` from 2.0.21 to 2.1.0

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.0.21 to 2.1.0

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit5
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* [dependency] Bump io.getunleash:unleash-client-java from 9.2.4 to 9.2.6

Bumps [io.getunleash:unleash-client-java](https://github.com/Unleash/unleash-client-java) from 9.2.4 to 9.2.6.
- [Release notes](https://github.com/Unleash/unleash-client-java/releases)
- [Changelog](https://github.com/Unleash/unleash-client-java/blob/main/CHANGELOG.md)
- [Commits](Unleash/unleash-client-java@unleash-client-java-9.2.4...unleash-client-java-9.2.6)

---
updated-dependencies:
- dependency-name: io.getunleash:unleash-client-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* [dependency] Bump io.github.oshai:kotlin-logging-jvm from 7.0.0 to 7.0.3

Bumps [io.github.oshai:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) from 7.0.0 to 7.0.3.
- [Release notes](https://github.com/oshai/kotlin-logging/releases)
- [Changelog](https://github.com/oshai/kotlin-logging/blob/master/ChangeLog-old.md)
- [Commits](https://github.com/oshai/kotlin-logging/commits)

---
updated-dependencies:
- dependency-name: io.github.oshai:kotlin-logging-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent afc226e commit 8f132d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<name>bidrag-behandling</name>
<properties>
<java.version>21</java.version>
<kotlin.version>2.0.21</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
<bidrag-felles.version>2024.12.01.120917</bidrag-felles.version>
<bidrag-beregn-felles.version>2024.12.03.120201</bidrag-beregn-felles.version>
<h2.version>2.3.232</h2.version>
Expand All @@ -25,7 +25,7 @@
<springframework-cloud.version>4.1.4</springframework-cloud.version>
<kotest.version>5.9.1</kotest.version>
<mockk.version>4.0.2</mockk.version>
<kotlin-logging-jvm.version>7.0.0</kotlin-logging-jvm.version>
<kotlin-logging-jvm.version>7.0.3</kotlin-logging-jvm.version>
<flyway.version>10.21.0</flyway.version>
<jackson.version>2.18.1</jackson.version>
<testcontainers.version>1.20.3</testcontainers.version>
Expand Down Expand Up @@ -440,7 +440,7 @@
<dependency>
<groupId>io.getunleash</groupId>
<artifactId>unleash-client-java</artifactId>
<version>9.2.4</version>
<version>9.2.6</version>
</dependency>
<!--Logging-->
<dependency>
Expand Down

0 comments on commit 8f132d4

Please sign in to comment.