Skip to content

Commit

Permalink
update to ArchUnit 1.0.0 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
klu2 authored Oct 4, 2022
1 parent 8c7f3cf commit a01ffb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official

version=0.2.1
version=0.3.0
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ springboot = "2.7.1"
springdata = "2.3.6.RELEASE"

[libraries]
archunit-junit5 = { module = "com.tngtech.archunit:archunit-junit5", version = "1.0.0-rc1" }
archunit-junit5 = { module = "com.tngtech.archunit:archunit-junit5", version = "1.0.0" }

jakarta-persistence-api = { module = "jakarta.persistence:jakarta.persistence-api", version = "2.2.3" }
jakarta-validation-api = { module = "jakarta.validation:jakarta.validation-api", version = "2.0.2" }
Expand Down

0 comments on commit a01ffb2

Please sign in to comment.