Skip to content

Commit 0b488d8

Browse files
committed
bump dependency versions
1 parent 51a7f8e commit 0b488d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

generator/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,23 +98,23 @@
9898
<dependency>
9999
<groupId>org.projectlombok</groupId>
100100
<artifactId>lombok</artifactId>
101-
<version>0.12.0</version>
101+
<version>1.12.2</version>
102102
<scope>provided</scope>
103103
</dependency>
104104
<dependency>
105105
<groupId>com.google.guava</groupId>
106106
<artifactId>guava</artifactId>
107-
<version>14.0.1</version>
107+
<version>15.0</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>com.google.code.findbugs</groupId>
111111
<artifactId>jsr305</artifactId>
112-
<version>2.0.1</version>
112+
<version>2.0.2</version>
113113
</dependency>
114114
<dependency>
115115
<groupId>org.apache.maven</groupId>
116116
<artifactId>maven-plugin-api</artifactId>
117-
<version>2.0</version>
117+
<version>3.1.1</version>
118118
<scope>provided</scope>
119119
</dependency>
120120
<dependency>
@@ -126,13 +126,13 @@
126126
<dependency>
127127
<groupId>org.apache.maven</groupId>
128128
<artifactId>maven-core</artifactId>
129-
<version>3.0.5</version>
129+
<version>3.1.1</version>
130130
<scope>provided</scope>
131131
</dependency>
132132
<dependency>
133133
<groupId>com.thoughtworks.paranamer</groupId>
134134
<artifactId>paranamer</artifactId>
135-
<version>2.5.6</version>
135+
<version>2.6</version>
136136
</dependency>
137137
<dependency>
138138
<groupId>net.sourceforge.f2j</groupId>

0 commit comments

Comments
 (0)