Skip to content

Commit

Permalink
Merge branch 'njit-jerse:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
gmerr3 authored Nov 13, 2024
2 parents 8689f0f + 1d38559 commit f8cac38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ plugins {
id 'maven-publish'
id 'signing'
id 'com.diffplug.spotless' version '6.25.0'
id 'org.checkerframework' version '0.6.45'
id("net.ltgt.errorprone") version "4.0.1"
id 'org.checkerframework' version '0.6.46'
id("net.ltgt.errorprone") version "4.1.0"
id 'com.adarshr.test-logger' version '4.0.0'
}

Expand All @@ -33,7 +33,7 @@ dependencies {
// Use JUnit test framework.
testImplementation 'junit:junit:4.13.2'

errorprone("com.google.errorprone:error_prone_core:2.32.0")
errorprone("com.google.errorprone:error_prone_core:2.35.1")
}

// Use require-javadoc. From https://github.com/plume-lib/require-javadoc.
Expand Down

0 comments on commit f8cac38

Please sign in to comment.