Skip to content

Commit

Permalink
Revert "Bump org.springframework.boot from 3.1.2 to 3.2.0 (#44)"
Browse files Browse the repository at this point in the history
This reverts commit cd37b16
  • Loading branch information
StefanBratanov committed Dec 11, 2023
1 parent 1e21d08 commit a2cba53
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
kotlin("jvm") version kotlinVersion
kotlin("plugin.spring") version kotlinVersion
kotlin("plugin.jpa") version kotlinVersion
id("org.springframework.boot") version "3.2.0"
id("org.springframework.boot") version "3.1.2"
id("io.spring.dependency-management") version "1.1.0"
id("me.qoomon.git-versioning") version "6.4.1"
id("com.diffplug.spotless") version "6.23.2"
Expand All @@ -33,7 +33,6 @@ jacoco { toolVersion = "0.8.8" }

repositories { mavenCentral() }

val seleniumVersion = "4.9.0"
val junitVersion = "5.10.0"

dependencies {
Expand All @@ -56,8 +55,7 @@ dependencies {
implementation("org.apache.pdfbox:pdfbox:3.0.0")
implementation("me.xdrop:fuzzywuzzy:1.4.0")
implementation("com.cloudinary:cloudinary-http45:1.36.0")
implementation("org.seleniumhq.selenium:selenium-java:${seleniumVersion}")
implementation("org.seleniumhq.selenium:selenium-http-jdk-client:${seleniumVersion}")
implementation("org.seleniumhq.selenium:selenium-java:4.9.0")
implementation(
"org.seleniumhq.selenium:selenium-remote-driver:4.8.1"
) // no checkExecutable method in versions > 4.8.1
Expand Down

0 comments on commit a2cba53

Please sign in to comment.