File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
44
<junit .version>5.6.2</junit .version>
45
45
<lucene .version>8.5.2</lucene .version>
46
46
<osgi .version>5.0.0</osgi .version>
47
- <pgjdbc .version>42.3.2 </pgjdbc .version>
47
+ <pgjdbc .version>42.4.0 </pgjdbc .version>
48
48
<javax .servlet.version>4.0.1</javax .servlet.version>
49
49
<jakarta .servlet.version>5.0.0</jakarta .servlet.version>
50
50
<slf4j .version>1.7.30</slf4j .version>
Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ public class Build extends BuildBase {
53
53
54
54
private static final String OSGI_VERSION = "5.0.0" ;
55
55
56
- private static final String PGJDBC_VERSION = "42.3.2 " ;
56
+ private static final String PGJDBC_VERSION = "42.4.0 " ;
57
57
58
- private static final String PGJDBC_HASH = "8fd7a20f008a58b97b26ba5c5084ee61602203aa " ;
58
+ private static final String PGJDBC_HASH = "21ff952426bbfe4a041c175407333d4a07c70931 " ;
59
59
60
60
private static final String JAVAX_SERVLET_VERSION = "4.0.1" ;
61
61
You can’t perform that action at this time.
0 commit comments