Skip to content

Commit 6a4d54e

Browse files
committed
#90 - Back to Querydsl 3.4.0 as 3.4.1 breaks Java 6 compatibility.
Usage of named regex groups in Querydsl's TemplateFactory breaks Java 6 compatibility.
1 parent 9e86970 commit 6a4d54e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: parent/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<junit>4.11</junit>
113113
<logback>1.1.2</logback>
114114
<mockito>1.9.5</mockito>
115-
<querydsl>3.4.1</querydsl>
115+
<querydsl>3.4.0</querydsl>
116116
<slf4j>1.7.7</slf4j>
117117
<spring>4.0.5.RELEASE</spring>
118118
<webbeans>1.2.4</webbeans>
@@ -579,7 +579,7 @@
579579
<profile>
580580
<id>querydsl-next</id>
581581
<properties>
582-
<querydsl>3.3.5.BUILD-SNAPSHOT</querydsl>
582+
<querydsl>3.4.2.BUILD-SNAPSHOT</querydsl>
583583
</properties>
584584
<repositories>
585585
<repository>

0 commit comments

Comments
 (0)