Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Commit

Permalink
version bump to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-niedermann committed Mar 25, 2022
1 parent 68894a3 commit e3eed3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'it.niedermann'
version = '2.2.6-SNAPSHOT'
version = '3.0.0'
sourceCompatibility = '17'

repositories {
Expand All @@ -24,13 +24,13 @@ dependencies {
// FTP
implementation 'commons-net:commons-net:3.8.0'

// Mail address validation
implementation 'commons-validator:commons-validator:1.7'

// Retrofit
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'

// Mail address validation
implementation 'commons-validator:commons-validator:1.7'

// Spring Boot
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-web'
Expand Down

0 comments on commit e3eed3b

Please sign in to comment.