| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,7 +16,7 @@ | |||
| 16 | 16 | ||
| 17 | 17 | <properties> | |
| 18 | 18 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
| 19 | - <org.mapstruct.version>1.5.1.Final</org.mapstruct.version> | ||
| 19 | + <org.mapstruct.version>1.5.2.Final</org.mapstruct.version> | ||
| 20 | 20 | </properties> | |
| 21 | 21 | ||
| 22 | 22 | <dependencies> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,7 +15,7 @@ | |||
| 15 | 15 | ||
| 16 | 16 | <properties> | |
| 17 | 17 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
| 18 | - <org.mapstruct.version>1.5.1.Final</org.mapstruct.version> | ||
| 18 | + <org.mapstruct.version>1.5.2.Final</org.mapstruct.version> | ||
| 19 | 19 | </properties> | |
| 20 | 20 | ||
| 21 | 21 | <dependencies> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,13 +23,13 @@ | |||
| 23 | 23 | <dependency> | |
| 24 | 24 | <groupId>org.mapstruct</groupId> | |
| 25 | 25 | <artifactId>mapstruct</artifactId> | |
| 26 | - <version>1.5.1.Final</version> | ||
| 26 | + <version>1.5.2.Final</version> | ||
| 27 | 27 | </dependency> | |
| 28 | 28 | ||
| 29 | 29 | <dependency> | |
| 30 | 30 | <groupId>org.mapstruct</groupId> | |
| 31 | 31 | <artifactId>mapstruct-processor</artifactId> | |
| 32 | - <version>1.5.1.Final</version> | ||
| 32 | + <version>1.5.2.Final</version> | ||
| 33 | 33 | <scope>provided</scope> | |
| 34 | 34 | </dependency> | |
| 35 | 35 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ | |||
| 14 | 14 | ||
| 15 | 15 | <properties> | |
| 16 | 16 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
| 17 | - <org.mapstruct.version>1.5.1.Final</org.mapstruct.version> | ||
| 17 | + <org.mapstruct.version>1.5.2.Final</org.mapstruct.version> | ||
| 18 | 18 | <maven.compiler.source>1.8</maven.compiler.source> | |
| 19 | 19 | <maven.compiler.target>1.8</maven.compiler.target> | |
| 20 | 20 | </properties> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,8 +14,8 @@ repositories { | |||
| 14 | 14 | ||
| 15 | 15 | dependencies { | |
| 16 | 16 | implementation(kotlin("stdlib-jdk8")) | |
| 17 | - implementation("org.mapstruct:mapstruct:1.5.1.Final") | ||
| 18 | - kapt("org.mapstruct:mapstruct-processor:1.5.1.Final") | ||
| 17 | + implementation("org.mapstruct:mapstruct:1.5.2.Final") | ||
| 18 | + kapt("org.mapstruct:mapstruct-processor:1.5.2.Final") | ||
| 19 | 19 | ||
| 20 | 20 | testImplementation("org.junit.jupiter:junit-jupiter-api:5.3.1") | |
| 21 | 21 | testImplementation("org.junit.jupiter:junit-jupiter-engine:5.3.1") | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ | |||
| 14 | 14 | ||
| 15 | 15 | <kotlin.version>1.5.10</kotlin.version> | |
| 16 | 16 | <kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget> | |
| 17 | - <mapstruct.version>1.5.1.Final</mapstruct.version> | ||
| 17 | + <mapstruct.version>1.5.2.Final</mapstruct.version> | ||
| 18 | 18 | </properties> | |
| 19 | 19 | ||
| 20 | 20 | <dependencies> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,7 +8,7 @@ repositories { | |||
| 8 | 8 | } | |
| 9 | 9 | ||
| 10 | 10 | ext { | |
| 11 | - mapstructVersion = "1.5.1.Final" | ||
| 11 | + mapstructVersion = "1.5.2.Final" | ||
| 12 | 12 | lombokVersion = "1.18.20" | |
| 13 | 13 | lombokMapstructBindingVersion = "0.2.0" | |
| 14 | 14 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,7 +18,7 @@ | |||
| 18 | 18 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
| 19 | 19 | <maven.compiler.source>1.8</maven.compiler.source> | |
| 20 | 20 | <maven.compiler.target>1.8</maven.compiler.target> | |
| 21 | - <org.mapstruct.version>1.5.1.Final</org.mapstruct.version> | ||
| 21 | + <org.mapstruct.version>1.5.2.Final</org.mapstruct.version> | ||
| 22 | 22 | <org.projectlombok.version>1.18.20</org.projectlombok.version> | |
| 23 | 23 | <lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version> | |
| 24 | 24 | </properties> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ | |||
| 14 | 14 | ||
| 15 | 15 | <properties> | |
| 16 | 16 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
| 17 | - <org.mapstruct.version>1.5.1.Final</org.mapstruct.version> | ||
| 17 | + <org.mapstruct.version>1.5.2.Final</org.mapstruct.version> | ||
| 18 | 18 | </properties> | |
| 19 | 19 | ||
| 20 | 20 | <dependencies> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ | |||
| 10 | 10 | ||
| 11 | 11 | <properties> | |
| 12 | 12 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
| 13 | - <org.mapstruct.version>1.5.1.Final</org.mapstruct.version> | ||
| 13 | + <org.mapstruct.version>1.5.2.Final</org.mapstruct.version> | ||
| 14 | 14 | </properties> | |
| 15 | 15 | ||
| 16 | 16 | <modules> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments