Skip to content

Commit

Permalink
Added mailmap and dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
retrodaredevil committed Oct 22, 2023
1 parent e373f63 commit a349824
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://git-scm.com/docs/gitmailmap
Lavender Shannon <retrodaredevil@gmail.com>
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
dockerComposePluginVersion = "0.17.4" // https://github.com/avast/gradle-docker-compose-plugin/releases
errorpronePluginVersion = '3.1.0' // https://github.com/tbroyer/gradle-errorprone-plugin/releases
errorproneCoreVersion = '2.21.1' // https://mvnrepository.com/artifact/com.google.errorprone/error_prone_core
antlrVersion = "4.13.0" // https://github.com/antlr/antlr4/releases
antlrVersion = "4.13.1" // https://github.com/antlr/antlr4/releases
}
dependencies {
classpath "com.avast.gradle:gradle-docker-compose-plugin:$dockerComposePluginVersion"
Expand All @@ -28,7 +28,7 @@ buildscript {


plugins {
id 'com.diffplug.spotless' version '6.21.0' // https://mvnrepository.com/artifact/com.diffplug.spotless/spotless-plugin-gradle
id 'com.diffplug.spotless' version '6.22.0' // https://mvnrepository.com/artifact/com.diffplug.spotless/spotless-plugin-gradle
id 'net.ltgt.errorprone' version "$errorpronePluginVersion"
}

Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
// https://github.com/slackapi/java-slack-sdk/releases
implementation 'com.slack.api:slack-api-client:1.29.2'
// https://mvnrepository.com/artifact/org.java-websocket/Java-WebSocket
implementation 'org.java-websocket:Java-WebSocket:1.5.3'
implementation 'org.java-websocket:Java-WebSocket:1.5.4'

// https://mvnrepository.com/artifact/com.lexicalscope.jewelcli/jewelcli
implementation group: 'com.lexicalscope.jewelcli', name: 'jewelcli', version: '0.8.9'
Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {
ext {
// https://github.com/spring-projects/spring-boot/wiki#release-notes
// https://github.com/spring-projects/spring-boot/releases
springBootVersion = '3.1.1'
springBootVersion = '3.1.5'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit a349824

Please sign in to comment.