Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Merge branch 'main' of github.com:Sebclem/ClaptrapBot
Browse files Browse the repository at this point in the history
  • Loading branch information
sclement committed Dec 28, 2023
2 parents 8bfb7de + 3ef7472 commit 42ccdfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.2.0'
id 'org.springframework.boot' version '3.2.1'
id 'io.spring.dependency-management' version '1.1.4'
id 'java'
id 'groovy'
Expand Down Expand Up @@ -47,7 +47,7 @@ dependencies {
implementation('com.sedmelluq:lavaplayer:1.3.78')
implementation('net.dv8tion:JDA:5.0.0-beta.18')

implementation(platform("org.apache.logging.log4j:log4j-bom:2.22.0"))
implementation(platform("org.apache.logging.log4j:log4j-bom:2.22.1"))
implementation group: 'org.hibernate', name: 'hibernate-validator', version: '8.0.1.Final'

// Use MySQL Connector-J
Expand All @@ -56,11 +56,11 @@ dependencies {
implementation('org.apache.commons:commons-lang3:3.14.0')


liquibaseRuntime('org.liquibase:liquibase-core:4.25.0')
liquibaseRuntime('org.liquibase:liquibase-core:4.25.1')
liquibaseRuntime('org.liquibase:liquibase-groovy-dsl:3.0.3')
liquibaseRuntime('mysql:mysql-connector-java:8.0.33')
liquibaseRuntime group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
liquibaseRuntime group: 'org.liquibase.ext', name: 'liquibase-hibernate5', version: '4.25.0'
liquibaseRuntime group: 'org.liquibase.ext', name: 'liquibase-hibernate5', version: '4.25.1'
liquibaseRuntime 'org.springframework.boot:spring-boot-starter-data-jpa'
liquibaseRuntime 'org.springframework.data:spring-data-jpa'
liquibaseRuntime 'org.springframework:spring-beans'
Expand Down

0 comments on commit 42ccdfc

Please sign in to comment.