File tree 6 files changed +29
-29
lines changed 6 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 9
9
<description >Quarkus monorepo demonstrating Panache REST server with PrimeReact UI client</description >
10
10
<url >https://github.com/melloware/quarkus-monorepo</url >
11
11
<properties >
12
- <quarkus .platform.version>3.21.1 </quarkus .platform.version>
12
+ <quarkus .platform.version>3.22.0 </quarkus .platform.version>
13
13
<quarkus .logmanager.version>3.3.2</quarkus .logmanager.version>
14
14
<quarkus .ngrok.version>1.6.0</quarkus .ngrok.version>
15
15
<quarkus .postgresql.version>0.3.1</quarkus .postgresql.version>
16
- <quarkus .rest-problem.version>3.20.0 </quarkus .rest-problem.version>
16
+ <quarkus .rest-problem.version>3.20.1 </quarkus .rest-problem.version>
17
17
<quarkus .quinoa.version>2.5.4</quarkus .quinoa.version>
18
18
<lombok .version>1.18.38</lombok .version>
19
19
<!-- Plugins-->
Original file line number Diff line number Diff line change 75
75
}
76
76
},
77
77
"HttpProblem" : {
78
- "description" : " HTTP Problem Response according to RFC9457 & RFC7807" ,
78
+ "description" : " HTTP Problem Response according to RFC9457 and RFC7807" ,
79
79
"additionalProperties" : true ,
80
80
"type" : " object" ,
81
81
"properties" : {
110
110
}
111
111
},
112
112
"HttpValidationProblem" : {
113
- "description" : " HTTP Validation Problem Response according to RFC9457 & RFC7807" ,
113
+ "description" : " HTTP Validation Problem Response according to RFC9457 and RFC7807" ,
114
114
"additionalProperties" : true ,
115
115
"type" : " object" ,
116
116
"properties" : {
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ components:
75
75
examples :
76
76
- equals
77
77
HttpProblem :
78
- description : HTTP Problem Response according to RFC9457 & RFC7807
78
+ description : HTTP Problem Response according to RFC9457 and RFC7807
79
79
additionalProperties : true
80
80
type : object
81
81
properties :
@@ -110,7 +110,7 @@ components:
110
110
examples :
111
111
- https://api.example.com/errors/123
112
112
HttpValidationProblem :
113
- description : HTTP Validation Problem Response according to RFC9457 & RFC7807
113
+ description : HTTP Validation Problem Response according to RFC9457 and RFC7807
114
114
additionalProperties : true
115
115
type : object
116
116
properties :
Original file line number Diff line number Diff line change 12
12
"dependencies" : {
13
13
"@tanstack/react-form" : " 1.6.3" ,
14
14
"@tanstack/react-query" : " 5.74.4" ,
15
- "@tanstack/react-query-devtools" : " 5.74.4 " ,
15
+ "@tanstack/react-query-devtools" : " 5.74.6 " ,
16
16
"axios" : " 1.8.4" ,
17
17
"primeflex" : " 4.0.0" ,
18
18
"primeicons" : " 7.0.0" ,
19
19
"primelocale" : " 2.1.2" ,
20
20
"primereact" : " 10.9.4" ,
21
21
"react" : " 19.1.0" ,
22
22
"react-dom" : " 19.1.0" ,
23
- "react-router-dom" : " 7.5.1 " ,
23
+ "react-router-dom" : " 7.5.2 " ,
24
24
"react-transition-group" : " 4.4.5" ,
25
25
"react-use-websocket" : " 4.13.0" ,
26
26
"zod" : " 3.24.3"
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ export interface FilterConstraint {
78
78
}
79
79
80
80
/**
81
- * HTTP Problem Response according to RFC9457 & RFC7807
81
+ * HTTP Problem Response according to RFC9457 and RFC7807
82
82
*/
83
83
export interface HttpProblem {
84
84
/** A optional URI reference that identifies the problem type */
@@ -95,7 +95,7 @@ export interface HttpProblem {
95
95
}
96
96
97
97
/**
98
- * HTTP Validation Problem Response according to RFC9457 & RFC7807
98
+ * HTTP Validation Problem Response according to RFC9457 and RFC7807
99
99
*/
100
100
export interface HttpValidationProblem {
101
101
/** A optional URI reference that identifies the problem type */
You can’t perform that action at this time.
0 commit comments