Skip to content

Commit

Permalink
add .java-version, fix missing mapstruct version
Browse files Browse the repository at this point in the history
  • Loading branch information
zambrovski committed Jan 24, 2025
1 parent 63fc930 commit 61eba7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ hs_err_pid*
.Trashes
ehthumbs.db
Thumbs.db
.java-version

# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
!/.mvn/wrapper/maven-wrapper.jar
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@

<jackson-databind-nullable.version>0.2.6</jackson-databind-nullable.version>
<junit-jupiter.version>5.11.4</junit-jupiter.version>
<org.mapstruct.version>1.6.3</org.mapstruct.version>

</properties>

Expand Down

0 comments on commit 61eba7a

Please sign in to comment.