Skip to content

Commit

Permalink
Bump the minor-and-patch group with 5 updates (#118)
Browse files Browse the repository at this point in the history
* Bump the minor-and-patch group with 7 updates

Bumps the minor-and-patch group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.1.1` | `3.4.1` |
| [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` |
| org.jetbrains.kotlin:kotlin-maven-plugin | `2.0.21` | `2.1.0` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.6.0` | `2.7.0` |
| [net.java.dev.jna:jna](https://github.com/java-native-access/jna) | `5.7.0` | `5.16.0` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.16.0` | `1.20.4` |
| [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) | `3.9.2` | `3.10.0` |


Updates `org.springframework.boot:spring-boot-starter-parent` from 3.1.1 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.1...v3.4.1)

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

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

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.6.0 to 2.7.0
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.6.0...v2.7.0)

Updates `net.java.dev.jna:jna` from 5.7.0 to 5.16.0
- [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
- [Commits](java-native-access/jna@5.7.0...5.16.0)

Updates `org.testcontainers:postgresql` from 1.16.0 to 1.20.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.16.0...1.20.4)

Updates `org.wiremock:wiremock-standalone` from 3.9.2 to 3.10.0
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.9.2...3.10.0)

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

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: net.java.dev.jna:jna
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.wiremock:wiremock-standalone
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

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

* Ta ut spring boot og openapi oppdatering som brekker. Fjern jna

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hans Petter Simonsen <[email protected]>
  • Loading branch information
dependabot[bot] and holymaloney authored Jan 3, 2025
1 parent dea2b1f commit 210aefa
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.code.style>official</kotlin.code.style>
<kotlin.compiler.jvmTarget>21</kotlin.compiler.jvmTarget>
<kotlin.version>2.0.21</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
<kotlin.compiler.apiVersion>2.0</kotlin.compiler.apiVersion>
<java.version>21</java.version>

<common.version>3.2024.11.26_16.35-432a29107830</common.version>
<kotest.version>5.0.0.M2</kotest.version>
<testcontainers.version>1.16.0</testcontainers.version>
<testcontainers.version>1.20.4</testcontainers.version>
<nimbus.version>9.37.2</nimbus.version>
<token-support.version>3.1.1</token-support.version>
<mockito-kotlin.version>3.2.0</mockito-kotlin.version>
<wiremock.version>3.9.2</wiremock.version>
<wiremock.version>3.10.0</wiremock.version>
<schedlock.version>4.33.0</schedlock.version>
<flyway.version>9.19.4</flyway.version>

Expand Down Expand Up @@ -197,12 +197,7 @@
</dependency>

<!-- TEST DEPENDENCIES -->
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.7.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-runner-junit5-jvm</artifactId>
Expand Down

0 comments on commit 210aefa

Please sign in to comment.