Skip to content

Commit 983d49b

Browse files
committed
Update pom.xml
1 parent 095f50f commit 983d49b

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

pom.xml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>javax.validation</groupId>
8181
<artifactId>validation-api</artifactId>
82-
<version>1.1.0.Final</version>
82+
<version>2.0.1.Final</version>
8383
<scope>provided</scope>
8484
</dependency>
8585

@@ -131,24 +131,23 @@
131131
<dependency>
132132
<groupId>javax.el</groupId>
133133
<artifactId>javax.el-api</artifactId>
134-
<version>2.2.5</version>
134+
<version>3.0.0</version>
135135
<scope>provided</scope>
136136
</dependency>
137137
<dependency>
138-
<groupId>org.glassfish.web</groupId>
138+
<groupId>org.glassfish</groupId>
139139
<artifactId>javax.el</artifactId>
140-
<version>2.2.4</version>
141-
<scope>provided</scope>
140+
<version>3.0.0</version>
142141
</dependency>
143-
<dependency>
142+
<dependency>
144143
<groupId>org.apache.commons</groupId>
145144
<artifactId>commons-lang3</artifactId>
146-
<version>3.9</version>
145+
<version>3.11</version>
147146
</dependency>
148147
<dependency>
149148
<groupId>org.projectlombok</groupId>
150149
<artifactId>lombok</artifactId>
151-
<version>1.18.10</version>
150+
<version>1.18.14</version>
152151
<scope>provided</scope>
153152
</dependency>
154153
</dependencies>

0 commit comments

Comments
 (0)