@@ -28,14 +28,14 @@ Add the following dependencies to your `pom.xml` file:
28
28
<dependency >
29
29
<groupId >org.pcre4j</groupId >
30
30
<artifactId >regex</artifactId >
31
- <version >0.4.2 </version >
31
+ <version >0.4.3 </version >
32
32
</dependency >
33
33
<dependency >
34
34
<groupId >org.pcre4j</groupId >
35
35
<!-- TODO: Select one of the following artifacts corresponding to the backend you want to use -->
36
36
<artifactId >jna</artifactId >
37
37
<!-- <artifactId>ffm</artifactId> -->
38
- <version >0.4.2 </version >
38
+ <version >0.4.3 </version >
39
39
</dependency >
40
40
</dependencies >
41
41
```
@@ -80,14 +80,14 @@ Add the following dependencies to your `pom.xml` file:
80
80
<dependency >
81
81
<groupId >org.pcre4j</groupId >
82
82
<artifactId >lib</artifactId >
83
- <version >0.4.2 </version >
83
+ <version >0.4.3 </version >
84
84
</dependency >
85
85
<dependency >
86
86
<groupId >org.pcre4j</groupId >
87
87
<!-- TODO: Select one of the following artifacts corresponding to the backend you want to use -->
88
88
<artifactId >jna</artifactId >
89
89
<!-- <artifactId>ffm</artifactId> -->
90
- <version >0.4.2 </version >
90
+ <version >0.4.3 </version >
91
91
</dependency >
92
92
</dependencies >
93
93
```
@@ -145,7 +145,7 @@ Add the following dependencies to your `pom.xml` file:
145
145
<!-- TODO: Select one of the following artifacts corresponding to the backend you want to use -->
146
146
<artifactId >jna</artifactId >
147
147
<!-- <artifactId>ffm</artifactId> -->
148
- <version >0.4.2 </version >
148
+ <version >0.4.3 </version >
149
149
</dependency >
150
150
</dependencies >
151
151
```
0 commit comments