Skip to content

Commit

Permalink
Update to 4.4.8 and spring boot 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer authored Sep 2, 2024
1 parent a8aaf4a commit 76d3670
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
buildscript {
// @see https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-gradle-plugin
ext.kotlin_version = '1.9.24'
ext.kotlin_version = '1.9.25'
ext {
// @see https://mvnrepository.com/artifact/org.jodconverter/jodconverter-local
jodconverterVersion = '4.4.7'
jodconverterVersion = '4.4.8'

// @see https://mvnrepository.com/artifact/org.mockito/mockito-core
mockitoVersion = '5.12.0'
Expand Down Expand Up @@ -44,18 +44,18 @@ plugins {

// @see https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web
// changing that will upgrade spring to the corresponding version
id 'org.springframework.boot' version '3.2.6'
id 'org.springframework.boot' version '3.3.3'

// much better output during running tests
// see https://github.com/radarsh/gradle-test-logger-plugin for configuration options
id "com.adarshr.test-logger" version "4.0.0"

// @see https://plugins.gradle.org/plugin/org.sonarqube
id "org.sonarqube" version "4.4.1.3373"
id "org.sonarqube" version "5.1.0.4882"

id "org.jetbrains.kotlin.jvm" version "1.9.24"
id "org.jetbrains.kotlin.plugin.allopen" version "1.9.24"
id "org.jetbrains.kotlin.plugin.spring" version "1.9.24"
id "org.jetbrains.kotlin.jvm" version "1.9.25"
id "org.jetbrains.kotlin.plugin.allopen" version "1.9.25"
id "org.jetbrains.kotlin.plugin.spring" version "1.9.25"
}

apply plugin: 'io.spring.dependency-management'
Expand Down

0 comments on commit 76d3670

Please # to comment.