Skip to content

Commit

Permalink
Update com.google.inject:guice lib to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martingrossmann committed Jan 27, 2025
1 parent c3e24e1 commit 224e479
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ allprojects {
subprojects {
group 'io.testerra'
version moduleVersion
archivesBaseName = "testerra"
base.archivesName = "testerra"

apply plugin: 'maven-publish' // tasks publish and publishToMavenLocal
apply plugin: 'jacoco-report-aggregation'
Expand Down
3 changes: 2 additions & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ dependencies {

// <Testerra>
// @see https://github.com/google/guice/issues/1256
api 'com.google.inject:guice:4.2.2:no_aop'
// api 'com.google.inject:guice:4.2.2:no_aop'
api 'com.google.inject:guice:5.1.0'
api 'com.google.inject.extensions:guice-assistedinject:4.2.2'
implementation 'org.reflections:reflections:0.9.12'
// </Testerra>
Expand Down

0 comments on commit 224e479

Please sign in to comment.