From daafa2f905115729addd734bb646f750c49cff50 Mon Sep 17 00:00:00 2001 From: aarbit Date: Mon, 1 Dec 2025 13:14:30 -0600 Subject: [PATCH] Updates dependencies and Gradle --- build.gradle.kts | 10 +++++----- gradle/wrapper/gradle-wrapper.properties | 2 +- src/main/resources/application.properties | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3f5fc37..b84ca82 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,9 +1,9 @@ plugins { - kotlin("jvm") version "1.9.25" - kotlin("plugin.spring") version "1.9.25" - id("org.springframework.boot") version "3.4.2" + kotlin("jvm") version "2.2.21" + kotlin("plugin.spring") version "2.2.21" + id("org.springframework.boot") version "4.0.0" id("io.spring.dependency-management") version "1.1.7" - kotlin("plugin.jpa") version "1.9.25" + kotlin("plugin.jpa") version "2.2.21" } group = "net.halfbinary" @@ -20,7 +20,7 @@ repositories { } dependencies { - implementation("org.springframework.boot:spring-boot-starter-web:3.4.2") + implementation("org.springframework.boot:spring-boot-starter-web:4.0.0") implementation("org.springframework.boot:spring-boot-starter-data-jpa") implementation("com.mysql:mysql-connector-j:9.2.0") implementation("org.jetbrains.kotlin:kotlin-reflect") diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e18bc25..d4081da 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a0e4993..e0affa1 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,7 @@ spring.application.name=tmnt spring.jpa.hibernate.ddl-auto=update spring.datasource.url=jdbc:mysql://192.168.187.129:3307/tmnt -spring.datasource.driverClassName=com.mysql.jdbc.Driver +spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver #spring.jpa.database-platform=org.hibernate.dialect.mysql spring.datasource.username=tmntdb spring.datasource.password=1mstr.SPLNTR \ No newline at end of file